home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / utils / bin2asm / readme.sf < prev    next >
Text File  |  1994-02-05  |  2KB  |  47 lines

  1.  
  2. BIN2ASM Package
  3. ---------------
  4.  
  5. - VGACAP.COM
  6.  
  7.         Just a simple screen capture deal. It takes a Mode 13h screen and
  8.     dumps it to a file when Alt-C is hit. This is all I've ever used.
  9.  
  10. - SVGA.EXE
  11.  
  12.         I came across this earlier this year. Nice picture viewer, although
  13.     it doesnt show as many different types as CShow, I like the controls
  14.     better... works as good as any.
  15.  
  16. - BIN2ASM.C, BIN2ASM.OBJ
  17.  
  18.         This is a little deal to help the beginning coder put graphics in
  19.     his VGA loaders. It takes raw files and puts them in DB mode (for ASM)
  20.     or unsigned char mode (for C) so you can include them in your progs. I
  21.     use this, and it isn't particularly elegant, but I set it up to be
  22.     easily modifiable and didnt give any thought to cleaning it up. It's a
  23.     preprocessing util, so if it takes 10 minutes to do one pic that's
  24.     fine. (It doesnt even take a minute, relax. :)) Anyway, the operation
  25.     is fairly simple... The vidstuff.c file has a plotbmp routine to put
  26.     stuff like this to the screen, and the testit.asm file does the same
  27.     for ASM. Nothing special here.
  28.  
  29.         Anyway, I dont intend to upgrade this or anything... but if someone
  30.     wants to cut 2 steps off of this and put in a PCX file reader, send me
  31.     a copy. :) This is just a quick hack to fill a need.
  32.  
  33.         -Friar
  34.  
  35.                   ┌───────────────────────────────────────┐
  36.                   │ ██▐▌█▐██▐█▄ █▌▐▌█▐▌██▐██▐█▌██▌█ █▌▐▌▐▌│
  37.                   | █ ▐██▐▌█▐▌█▐▌█▐▌█▐▌█ ▐▌█▐▌  █ █▐▌█▐█▐▌|
  38.                   : ▓▓▐▌▓▐█▓▐▌▓▐▌▓▐▌▓▐▌▓▓▐█▓▐▌  ▓ ▓▐▌▓▐▌█▌:
  39.                   ∙  ▒▐▌▒▐▌▒▐▌▒▐▌▒▐▌▒▐▌▒ ▐▌▒▐▌  ▒ ▒▐▌▒▐▌▐▌∙
  40.                     ░░▐▌░▐▌░▐▒░ ░▌▐▒░▒▌░ ▐▌░▐▒▌ ░ ░ ░▌▐▌▐▌
  41.  
  42.  ≡=─=≡=─=≡=─=≡=─=≡=─=≡=─=≡=─=≡=─=≡=─=≡=─=≡=─=≡=─=≡=─=≡=─=≡=─=≡=─=≡=─=≡=─=≡=─=≡
  43.  ·■     WHQ     ·■· Lands of Lore ·■· Natex & Paradigm ·■· 1-206-222-6042   ■·
  44.  ·■    US HQ    ·■·   PowerGrid   ·■·    GridRunner    ·■· 1-813-481-6539   ■·
  45.  ·■ Netherlands ·■·  Fuzzy Logic  ·■·   Mr. Fanatic    ·■· +31-2521-21926   ■·
  46.  ·■   Kentucky  ·■·   Eleutheria  ·■·    Soul Rebel    ·■· 1-606-223-1853   ■·
  47.